SftTabs/NET 6.0

Count Property, TabCollectionClass Class

Softel vdm, Inc.

Returns the number of tabs in the TabCollectionClass instance.

Syntax      TabCollectionClass Class (Softelvdm.SftTabsNET)

VB   

Public ReadOnly Property Count As Integer

C#   

public int Count { get; }

C++   

public: property int Count {
        int get();
}

Property Value

The total number of tabs in the tab collection.

Comments

The Count property returns the number of tabs in the TabCollectionClass instance.

Tabs can be added using the Add or Insert methods. Tabs can be removed using RemoveAt or Clear.


Feedback / comments / error reports for this topic
© 2007 - Softel vdm, Inc. - www.softelvdm.com